home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TSSLTUNNELDIALOG
/
TSSLTUNNELDIALOG.txt
Wrap
Text File
|
2010-10-15
|
4KB
|
225 lines
object SSLTunnelDialog: TSSLTunnelDialog
Left = 331
Top = 269
HelpContext = 596
BorderStyle = bsToolWindow
Caption = 'SSL Tunnel'
ClientHeight = 264
ClientWidth = 458
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BottomButtonPanel: TTntPanel
Left = 0
Top = 235
Width = 458
Height = 29
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
458
29)
object OKButton: TTntButton
Left = 301
Top = 4
Width = 75
Height = 23
Anchors = [akTop, akRight]
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelButton: TTntButton
Left = 380
Top = 4
Width = 75
Height = 23
Anchors = [akTop, akRight]
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
end
object TunnelBox: TTntGroupBox
Left = 0
Top = 0
Width = 458
Height = 235
Align = alClient
Caption = 'SSL Tunnel'
TabOrder = 1
object DescL: TTntLabel
Left = 9
Top = 139
Width = 56
Height = 13
Caption = 'Description:'
end
object DestCL: TTntLabel
Left = 9
Top = 115
Width = 106
Height = 13
Caption = 'Destination Certificate:'
end
object SourceCL: TTntLabel
Left = 9
Top = 67
Width = 87
Height = 13
Caption = 'Source Certificate:'
end
object RightsL: TTntLabel
Left = 9
Top = 163
Width = 30
Height = 13
Caption = 'Rules:'
end
object SourceL: TTntLabel
Left = 9
Top = 43
Width = 37
Height = 13
Caption = 'Source:'
end
object DestL: TTntLabel
Left = 9
Top = 91
Width = 56
Height = 13
Caption = 'Destination:'
end
object CAL: TTntLabel
Left = 9
Top = 209
Width = 84
Height = 13
Caption = 'CA File (Optional):'
end
object DescEdit: TTntEdit
Left = 136
Top = 136
Width = 310
Height = 21
TabOrder = 7
end
object DestCertEdit: TTntComboBox
Left = 136
Top = 112
Width = 290
Height = 21
Style = csSimple
ItemHeight = 13
TabOrder = 5
OnChange = SourceCertEditChange
Items.Strings = (
'SSL')
end
object SourceCertEdit: TTntComboBox
Left = 136
Top = 64
Width = 290
Height = 21
Style = csSimple
ItemHeight = 13
TabOrder = 2
OnChange = SourceCertEditChange
Items.Strings = (
'SSL')
end
object RightsEdit: TTntEdit
Left = 136
Top = 160
Width = 310
Height = 21
TabOrder = 8
end
object Active: TTntCheckBox
Left = 9
Top = 20
Width = 176
Height = 17
Caption = 'Active'
TabOrder = 0
end
object SourceEdit: TTntEdit
Left = 136
Top = 40
Width = 310
Height = 21
TabOrder = 1
end
object DestEdit: TTntEdit
Left = 136
Top = 88
Width = 310
Height = 21
TabOrder = 4
end
object RequirePeer: TTntCheckBox
Left = 9
Top = 187
Width = 312
Height = 17
Caption = 'Require and verify peer certificate'
TabOrder = 9
OnClick = SourceCertEditChange
end
object SrcB: TTntButton
Left = 426
Top = 64
Width = 20
Height = 21
Caption = '...'
TabOrder = 3
OnClick = SrcBClick
end
object DstB: TTntButton
Tag = 1
Left = 426
Top = 112
Width = 20
Height = 21
Caption = '...'
TabOrder = 6
OnClick = SrcBClick
end
object CAEdit: TTntComboBox
Left = 136
Top = 206
Width = 290
Height = 21
Style = csSimple
ItemHeight = 13
TabOrder = 10
OnChange = SourceCertEditChange
Items.Strings = (
'SSL')
end
object CAB: TTntButton
Tag = 2
Left = 426
Top = 206
Width = 20
Height = 21
Caption = '...'
TabOrder = 11
OnClick = SrcBClick
end
end
end